C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / AutoClipboard Property

In This Topic
AutoClipboard Property (TransposedGrid<T>)
In This Topic
Gets or sets whether the grid should handle clipboard shortcuts.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property AutoClipboard As Boolean
 
Remarks
The clipboard commands are as follows:ctrl+C, ctrl+Ins,Copy grid selection to cliboard;ctrl+V, shift+Ins,Paste clipboard text to grid selection.
See Also